#subscribe {
 clear: both;
 width: 85%;
 margin: 10px 20px 0 30px;
}

#subscribe h1 {
 color: #345;
 font-size: 140%;
 font-weight: normal;
 line-height: 1.2em;
 margin-bottom: 0.2em;
}

#subscribe h2 {
 color: #559;
 font-size: 100%;
 font-weight: bold;
 line-height: 1em;
 margin-top: 10px;
 margin-bottom: 10px;
}

#subscribe input {
 width: 200px;
}

#subscribe input[type="checkbox"] {
 width: 20px;
}

#subscribe input#submitBtn {
 color: #fff;
 font-weight: bold;
 width: 3em;
 height: 1.6em;
 background: #559;
 border-style: none;
 cursor: pointer;
 margin-top: 10px;
}
